home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / system-config-printer / troubleshoot / LocalOrRemote.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-10-28  |  1.1 KB  |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from base import *
  5.  
  6. class LocalOrRemote(Multichoice):
  7.     
  8.     def __init__(self, troubleshooter):
  9.         Multichoice.__init__(self, troubleshooter, 'printer_is_remote', _('Printer Location'), _('Is the printer connected to this computer or available on the network?'), [
  10.             (_('Locally connected printer'), False),
  11.             (_('Network printer'), True)], 'Local or remote?')
  12.  
  13.     
  14.     def display(self):
  15.         return not self.troubleshooter.answers['cups_queue_listed']
  16.  
  17.  
  18.